home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c-part1 / 3307 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  1.1 KB

  1. Path: mail2news.demon.co.uk!genesis.demon.co.uk
  2. From: Lawrence Kirby <fred@genesis.demon.co.uk>
  3. Newsgroups: comp.lang.c
  4. Subject: Re: Assembly
  5. Date: Sat, 27 Jan 96 17:59:29 GMT
  6. Organization: none
  7. Message-ID: <822765569snz@genesis.demon.co.uk>
  8. References: <4edkqb$k1v@dub-news-svc-4.compuserve.com>
  9. Reply-To: fred@genesis.demon.co.uk
  10. X-NNTP-Posting-Host: genesis.demon.co.uk
  11. X-Newsreader: Demon Internet Simple News v1.27
  12. X-Mail2News-Path: genesis.demon.co.uk
  13.  
  14. In article <4edkqb$k1v@dub-news-svc-4.compuserve.com>
  15.            100614.3573@compuserve.com "Frederic Chantren" writes:
  16.  
  17. >I'd like use assembly routines in C language.
  18.  
  19. You can't - the C language has no support for assembly. You particular
  20. compiler might provide support as an extension to the language but you
  21. will need to check that in the documentation for your specific compiler
  22. or ask in a newsgroup relevant to it. For example comp.os.msdos.programmer
  23. is a good place to start for DOS based compilers.
  24.  
  25. -- 
  26. -----------------------------------------
  27. Lawrence Kirby | fred@genesis.demon.co.uk
  28. Wilts, England | 70734.126@compuserve.com
  29. -----------------------------------------
  30.